Returns the nominal mapping of UCS4 Unicode code points to glyph indices as defined by the font 'CMAP' table.
'Declaration
Public Overloads Function GetGlyphIndices( _
ByVal () As System.Integer _
) As System.Short()
public System.short[] GetGlyphIndices(
System.int[]
)
Parameters
- codePoints
- An array of USC4 code points from which to obtain nominal glyph indices. The array must be allocated and be able to contain the number of elements specified by codePointCount.
Return Value
a reference to an array of nominal glyph indices filled by this function.